wayland: Replace final mention of GdkAtom
authorBenjamin Otte <otte@redhat.com>
Sun, 23 Feb 2020 00:36:49 +0000 (01:36 +0100)
committerBenjamin Otte <otte@redhat.com>
Sun, 23 Feb 2020 00:59:26 +0000 (01:59 +0100)
gdk/wayland/gdkdevice-wayland.c

index 26c99684d62c44bfb8c58744bfd8cec9f123a471..26f9b142c5dfbdc86508707d3897172f9e41687e 100644 (file)
@@ -3347,7 +3347,7 @@ gdk_wayland_mimic_device_axes (GdkDevice *master,
                                GdkDevice *slave)
 {
   gdouble axis_min, axis_max, axis_resolution;
-  GdkAtom axis_label;
+  const char *axis_label;
   GdkAxisUse axis_use;
   gint axis_count;
   gint i;